Map for WinForms | ComponentOne
C1.FlexMap Namespace / GeoPolygon Class / GeoPolygon Constructor / GeoPolygon Constructor(GeoGeometryType,IEnumerable<GeoLinearRing>)
The polygon geometry type.
The polygon rings.

In This Topic
    GeoPolygon Constructor(GeoGeometryType,IEnumerable<GeoLinearRing>)
    In This Topic
    Initializes new instance of GeoPolygon.
    Syntax
    'Declaration
     
    
    Protected Function New( _
       ByVal type As GeoGeometryType, _
       ByVal rings As IEnumerable(Of GeoLinearRing) _
    )

    Parameters

    type
    The polygon geometry type.
    rings
    The polygon rings.
    See Also